[INFO] fetching crate textplots 0.8.7...
[INFO] testing textplots-0.8.7 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate textplots 0.8.7 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate textplots 0.8.7
[INFO] finished tweaking crates.io crate textplots 0.8.7
[INFO] tweaked toml for crates.io crate textplots 0.8.7 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate textplots 0.8.7 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate textplots 0.8.7 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bc34e7cf754a92f8d3c7a3652136208b63f1a5da22b16b2fb2a98fe4f6044a17
[INFO] running `Command { std: "docker" "start" "-a" "bc34e7cf754a92f8d3c7a3652136208b63f1a5da22b16b2fb2a98fe4f6044a17", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bc34e7cf754a92f8d3c7a3652136208b63f1a5da22b16b2fb2a98fe4f6044a17", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc34e7cf754a92f8d3c7a3652136208b63f1a5da22b16b2fb2a98fe4f6044a17", kill_on_drop: false }`
[INFO] [stdout] bc34e7cf754a92f8d3c7a3652136208b63f1a5da22b16b2fb2a98fe4f6044a17
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bc2a22eb1e43f0337bf61e44ee2d9e82eb99ee388ba53f87fd7f031e68e8c574
[INFO] running `Command { std: "docker" "start" "-a" "bc2a22eb1e43f0337bf61e44ee2d9e82eb99ee388ba53f87fd7f031e68e8c574", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v0.38.9
[INFO] [stderr]    Compiling bitflags v2.4.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.5
[INFO] [stderr]    Compiling bytemuck v1.13.1
[INFO] [stderr]    Compiling rgb v0.8.36
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling colored v2.0.4
[INFO] [stderr]    Compiling drawille v0.3.0
[INFO] [stderr]    Compiling textplots v0.8.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:122:60
[INFO] [stdout]     |
[INFO] [stdout] 122 |     fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart;
[INFO] [stdout]     |                  --                   --            --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                    |             |
[INFO] [stdout]     |                  |                    |             the same lifetime is named here
[INFO] [stdout]     |                  |                    the lifetime is named here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 122 |     fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart<'a>;
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:128:78
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart;
[INFO] [stdout]     |                       --                   --                         --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                    |                          |
[INFO] [stdout]     |                       |                    |                          the same lifetime is named here
[INFO] [stdout]     |                       |                    the lifetime is named here
[INFO] [stdout]     |                       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart<'a>;
[INFO] [stdout]     |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:606:78
[INFO] [stdout]     |
[INFO] [stdout] 606 |     fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart {
[INFO] [stdout]     |                       --                   --                         --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                    |                          |
[INFO] [stdout]     |                       |                    |                          the same lifetime is named here
[INFO] [stdout]     |                       |                    the lifetime is named here
[INFO] [stdout]     |                       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 606 |     fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart<'a> {
[INFO] [stdout]     |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:616:60
[INFO] [stdout]     |
[INFO] [stdout] 616 |     fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart {
[INFO] [stdout]     |                  --                   --            --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                    |             |
[INFO] [stdout]     |                  |                    |             the same lifetime is named here
[INFO] [stdout]     |                  |                    the lifetime is named here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 616 |     fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart<'a> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:634:64
[INFO] [stdout]     |
[INFO] [stdout] 634 |     fn x_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart {
[INFO] [stdout]     |                      --                                 --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                                  |
[INFO] [stdout]     |                      the lifetime is named here         the same lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 634 |     fn x_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart<'a> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:639:64
[INFO] [stdout]     |
[INFO] [stdout] 639 |     fn y_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart {
[INFO] [stdout]     |                      --                                 --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                                  |
[INFO] [stdout]     |                      the lifetime is named here         the same lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 639 |     fn y_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart<'a> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
[INFO] running `Command { std: "docker" "inspect" "bc2a22eb1e43f0337bf61e44ee2d9e82eb99ee388ba53f87fd7f031e68e8c574", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc2a22eb1e43f0337bf61e44ee2d9e82eb99ee388ba53f87fd7f031e68e8c574", kill_on_drop: false }`
[INFO] [stdout] bc2a22eb1e43f0337bf61e44ee2d9e82eb99ee388ba53f87fd7f031e68e8c574
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 63e6023f0c7e363a82c9aae983605a00f33b941f0e888cfd5e8682fbf6f8fa48
[INFO] running `Command { std: "docker" "start" "-a" "63e6023f0c7e363a82c9aae983605a00f33b941f0e888cfd5e8682fbf6f8fa48", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.57
[INFO] [stderr]    Compiling unicode-width v0.1.10
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:122:60
[INFO] [stdout]     |
[INFO] [stdout] 122 |     fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart;
[INFO] [stdout]     |                  --                   --            --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                    |             |
[INFO] [stdout]     |                  |                    |             the same lifetime is named here
[INFO] [stdout]     |                  |                    the lifetime is named here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 122 |     fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart<'a>;
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:128:78
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart;
[INFO] [stdout]     |                       --                   --                         --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                    |                          |
[INFO] [stdout]     |                       |                    |                          the same lifetime is named here
[INFO] [stdout]     |                       |                    the lifetime is named here
[INFO] [stdout]     |                       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart<'a>;
[INFO] [stdout]     |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:606:78
[INFO] [stdout]     |
[INFO] [stdout] 606 |     fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart {
[INFO] [stdout]     |                       --                   --                         --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                    |                          |
[INFO] [stdout]     |                       |                    |                          the same lifetime is named here
[INFO] [stdout]     |                       |                    the lifetime is named here
[INFO] [stdout]     |                       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 606 |     fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart<'a> {
[INFO] [stdout]     |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:616:60
[INFO] [stdout]     |
[INFO] [stdout] 616 |     fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart {
[INFO] [stdout]     |                  --                   --            --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                    |             |
[INFO] [stdout]     |                  |                    |             the same lifetime is named here
[INFO] [stdout]     |                  |                    the lifetime is named here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 616 |     fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart<'a> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:634:64
[INFO] [stdout]     |
[INFO] [stdout] 634 |     fn x_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart {
[INFO] [stdout]     |                      --                                 --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                                  |
[INFO] [stdout]     |                      the lifetime is named here         the same lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 634 |     fn x_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart<'a> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:639:64
[INFO] [stdout]     |
[INFO] [stdout] 639 |     fn y_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart {
[INFO] [stdout]     |                      --                                 --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                                  |
[INFO] [stdout]     |                      the lifetime is named here         the same lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 639 |     fn y_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart<'a> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling chrono v0.4.30
[INFO] [stderr]    Compiling nix v0.26.2
[INFO] [stderr]    Compiling console v0.15.7
[INFO] [stderr]    Compiling ctrlc v3.4.0
[INFO] [stderr]    Compiling textplots v0.8.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]  --> examples/multiple.rs:8:51
[INFO] [stdout]   |
[INFO] [stdout] 8 |         .lineplot(&Shape::Continuous(Box::new(|x| (-x.powf(2.0)))))
[INFO] [stdout]   |                                                   ^            ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 8 -         .lineplot(&Shape::Continuous(Box::new(|x| (-x.powf(2.0)))))
[INFO] [stdout] 8 +         .lineplot(&Shape::Continuous(Box::new(|x| -x.powf(2.0) )))
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]  --> examples/multiple.rs:9:51
[INFO] [stdout]   |
[INFO] [stdout] 9 |         .lineplot(&Shape::Continuous(Box::new(|x| (x.powf(2.0)))))
[INFO] [stdout]   |                                                   ^           ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 9 -         .lineplot(&Shape::Continuous(Box::new(|x| (x.powf(2.0)))))
[INFO] [stdout] 9 +         .lineplot(&Shape::Continuous(Box::new(|x| x.powf(2.0) )))
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:122:60
[INFO] [stdout]     |
[INFO] [stdout] 122 |     fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart;
[INFO] [stdout]     |                  --                   --            --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                    |             |
[INFO] [stdout]     |                  |                    |             the same lifetime is named here
[INFO] [stdout]     |                  |                    the lifetime is named here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 122 |     fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart<'a>;
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:128:78
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart;
[INFO] [stdout]     |                       --                   --                         --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                    |                          |
[INFO] [stdout]     |                       |                    |                          the same lifetime is named here
[INFO] [stdout]     |                       |                    the lifetime is named here
[INFO] [stdout]     |                       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart<'a>;
[INFO] [stdout]     |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:606:78
[INFO] [stdout]     |
[INFO] [stdout] 606 |     fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart {
[INFO] [stdout]     |                       --                   --                         --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                    |                          |
[INFO] [stdout]     |                       |                    |                          the same lifetime is named here
[INFO] [stdout]     |                       |                    the lifetime is named here
[INFO] [stdout]     |                       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 606 |     fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart<'a> {
[INFO] [stdout]     |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:616:60
[INFO] [stdout]     |
[INFO] [stdout] 616 |     fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart {
[INFO] [stdout]     |                  --                   --            --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                    |             |
[INFO] [stdout]     |                  |                    |             the same lifetime is named here
[INFO] [stdout]     |                  |                    the lifetime is named here
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 616 |     fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart<'a> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:634:64
[INFO] [stdout]     |
[INFO] [stdout] 634 |     fn x_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart {
[INFO] [stdout]     |                      --                                 --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                                  |
[INFO] [stdout]     |                      the lifetime is named here         the same lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 634 |     fn x_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart<'a> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:639:64
[INFO] [stdout]     |
[INFO] [stdout] 639 |     fn y_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart {
[INFO] [stdout]     |                      --                                 --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                                  |
[INFO] [stdout]     |                      the lifetime is named here         the same lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 639 |     fn y_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart<'a> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.95s
[INFO] running `Command { std: "docker" "inspect" "63e6023f0c7e363a82c9aae983605a00f33b941f0e888cfd5e8682fbf6f8fa48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "63e6023f0c7e363a82c9aae983605a00f33b941f0e888cfd5e8682fbf6f8fa48", kill_on_drop: false }`
[INFO] [stdout] 63e6023f0c7e363a82c9aae983605a00f33b941f0e888cfd5e8682fbf6f8fa48
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9969d451be11e5a6fcea3be98075c9068c8ed5aba800765d87b6c5ddac2f4580
[INFO] running `Command { std: "docker" "start" "-a" "9969d451be11e5a6fcea3be98075c9068c8ed5aba800765d87b6c5ddac2f4580", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:122:60
[INFO] [stderr]     |
[INFO] [stderr] 122 |     fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart;
[INFO] [stderr]     |                  --                   --            --     ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                  |                    |             |
[INFO] [stderr]     |                  |                    |             the same lifetime is named here
[INFO] [stderr]     |                  |                    the lifetime is named here
[INFO] [stderr]     |                  the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 122 |     fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart<'a>;
[INFO] [stderr]     |                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:128:78
[INFO] [stderr]     |
[INFO] [stderr] 128 |     fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart;
[INFO] [stderr]     |                       --                   --                         --     ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |                    |                          |
[INFO] [stderr]     |                       |                    |                          the same lifetime is named here
[INFO] [stderr]     |                       |                    the lifetime is named here
[INFO] [stderr]     |                       the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 128 |     fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart<'a>;
[INFO] [stderr]     |                                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:606:78
[INFO] [stderr]     |
[INFO] [stderr] 606 |     fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart {
[INFO] [stderr]     |                       --                   --                         --     ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |                    |                          |
[INFO] [stderr]     |                       |                    |                          the same lifetime is named here
[INFO] [stderr]     |                       |                    the lifetime is named here
[INFO] [stderr]     |                       the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 606 |     fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart<'a> {
[INFO] [stderr]     |                                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:616:60
[INFO] [stderr]     |
[INFO] [stderr] 616 |     fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart {
[INFO] [stderr]     |                  --                   --            --     ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                  |                    |             |
[INFO] [stderr]     |                  |                    |             the same lifetime is named here
[INFO] [stderr]     |                  |                    the lifetime is named here
[INFO] [stderr]     |                  the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 616 |     fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart<'a> {
[INFO] [stderr]     |                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:634:64
[INFO] [stderr]     |
[INFO] [stderr] 634 |     fn x_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart {
[INFO] [stderr]     |                      --                                 --     ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |                                  |
[INFO] [stderr]     |                      the lifetime is named here         the same lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 634 |     fn x_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart<'a> {
[INFO] [stderr]     |                                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:639:64
[INFO] [stderr]     |
[INFO] [stderr] 639 |     fn y_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart {
[INFO] [stderr]     |                      --                                 --     ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |                                  |
[INFO] [stderr]     |                      the lifetime is named here         the same lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 639 |     fn y_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart<'a> {
[INFO] [stderr]     |                                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `textplots` (lib) generated 6 warnings (run `cargo fix --lib -p textplots` to apply 6 suggestions)
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]  --> examples/multiple.rs:8:51
[INFO] [stderr]   |
[INFO] [stderr] 8 |         .lineplot(&Shape::Continuous(Box::new(|x| (-x.powf(2.0)))))
[INFO] [stderr]   |                                                   ^            ^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]   |
[INFO] [stderr] 8 -         .lineplot(&Shape::Continuous(Box::new(|x| (-x.powf(2.0)))))
[INFO] [stderr] 8 +         .lineplot(&Shape::Continuous(Box::new(|x| -x.powf(2.0) )))
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]  --> examples/multiple.rs:9:51
[INFO] [stderr]   |
[INFO] [stderr] 9 |         .lineplot(&Shape::Continuous(Box::new(|x| (x.powf(2.0)))))
[INFO] [stderr]   |                                                   ^           ^
[INFO] [stderr]   |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]   |
[INFO] [stderr] 9 -         .lineplot(&Shape::Continuous(Box::new(|x| (x.powf(2.0)))))
[INFO] [stderr] 9 +         .lineplot(&Shape::Continuous(Box::new(|x| x.powf(2.0) )))
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] warning: `textplots` (example "multiple") generated 2 warnings (run `cargo fix --example "multiple" -p textplots` to apply 2 suggestions)
[INFO] [stderr] warning: `textplots` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/textplots-7fc37abc364e5835)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests textplots
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/utils.rs - utils::histogram (line 9) ... ok
[INFO] [stdout] test src/lib.rs - (line 35) ... ok
[INFO] [stdout] test src/scale.rs - scale::Scale::inv_linear (line 24) ... ok
[INFO] [stdout] test src/scale.rs - scale::Scale::linear (line 13) ... ok
[INFO] [stdout] test src/lib.rs - (line 18) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.68s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9969d451be11e5a6fcea3be98075c9068c8ed5aba800765d87b6c5ddac2f4580", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9969d451be11e5a6fcea3be98075c9068c8ed5aba800765d87b6c5ddac2f4580", kill_on_drop: false }`
[INFO] [stdout] 9969d451be11e5a6fcea3be98075c9068c8ed5aba800765d87b6c5ddac2f4580
